Download Microsoft Azure Administrator.AZ-103.PassGuide.2020-03-16.151q.vcex

Vendor: Microsoft
Exam Code: AZ-103
Exam Name: Microsoft Azure Administrator
Date: Mar 16, 2020
File Size: 5 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table. 
  
RG1 has a web app named WebApp1. WebApp1 is located in West Europe. 
You move WebApp1 to RG2. 
What is the effect of the move?
  1. The App Service plan for WebApp1 moves to North Europe. Policy2 applies to WebApp1.
  2. The App Service plan for WebApp1 remains in West Europe. Policy2 applies to WebApp1.
  3. The App Service plan for WebApp1 moves to North Europe. Policy1 applies to WebApp1.
  4. The App Service plan for WebApp1 remains in West Europe. Policy1 applies to WebApp1.
Correct answer: B
Explanation:
You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group and geographical region. The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. References:https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage
You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group and geographical region. 
The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. 
References:
https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage
Question 2
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group named Dev. 
You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. 
Solution: On Dev, you assign the Contributor role to the Developers group.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: A
Explanation:
The Contributor role can manage all resources (and add resources) in a Resource Group.
The Contributor role can manage all resources (and add resources) in a Resource Group.
Question 3
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group named Dev. 
You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. 
Solution: On Subscription1, you assign the Logic App Operator role to the Developers group.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Explanation:
You would need the Logic App Contributor role. References:https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roleshttps://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
You would need the Logic App Contributor role. 
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
Question 4
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure Active Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers. Subscription1 contains a resource group named Dev. 
You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. 
Solution: On Dev, you assign the Logic App Contributor role to the Developers group.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: A
Explanation:
The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to view, edit, and update a logic app. References:https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roleshttps://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to view, edit, and update a logic app. 
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
Question 5
You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. 
You need to view the error events from a table named Event. 
Which query should you run in Workspace1? 
  1. Get-Event Event | where {$_.EventType –eq "error"}
  2. Get-Event Event | where {$_.EventType == "error"}
  3. search in (Event) * | where EventType –eq "error"
  4. search in (Event) "error"
  5. select *from Event where EventType == "error"
  6. Event | where EventType is "error"
  7. Event | search “error”
Correct answer: D
Explanation:
To search a term in a specific table, add in (table-name) just after the search operator Reference:https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-querieshttps://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal
To search a term in a specific table, add in (table-name) just after the search operator 
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-queries
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal
Question 6
You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual machines. 
Your company has three cost centers named Manufacturing, Sales, and Finance. 
You need to associate each virtual machine to a specific cost center. 
What should you do?
  1. Configure locks for the virtual machine.
  2. Add an extension to the virtual machines.
  3. Assign tags to the virtual machines.
  4. Modify the inventory settings of the virtual machine.
Correct answer: C
Explanation:
References:https://docs.microsoft.com/en-us/azure/billing/billing-getting-startedhttps://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags
References:
https://docs.microsoft.com/en-us/azure/billing/billing-getting-started
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags
Question 7
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. 
You need to view the date and time when the resources were created in RG1. 
Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic deployment.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Question 8
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. 
You need to view the date and time when the resources were created in RG1. 
Solution: From the Subscriptions blade, you select the subscription, and then click Resource providers.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Question 9
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. 
You need to view the date and time when the resources were created in RG1. 
Solution: From the RG1 blade, you click Automation script.
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Question 10
You have an Azure policy as shown in the following exhibit. 
  
What is the effect of the policy?
  1. You are prevented from creating Azure SQL Servers in ContosoRG1 only.
  2. You can create Azure SQL servers in ContosoRG1 only.
  3. You can create Azure SQL servers in any resource group within Subscription1.
  4. You are prevented from creating Azure SQL servers anywhere in Subscription1.
Correct answer: B
Explanation:
You are prevented from creating Azure SQL servers anywhere in Subscription 1 with the exception of ContosoRG1
You are prevented from creating Azure SQL servers anywhere in Subscription 1 with the exception of ContosoRG1
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!